Einhugur macOS Bridge plugin.

NSArray.IndexOf Method

Returns the lowest index whose corresponding array value is equal to a given object.

IndexOf(
   value as EinhugurCoreBridge.NSObject) as Integer

Parameters

value
The value to search for.

Returns

Integer
The index of the array element or -1 if not found.

Remarks

See Also

NSArray Class